WARNING: This program runs, but it contains a logic error so we need to fix it!
RULE: Python will NOT automatically include a space between strings. We must include that space in the string.
- To fix the error, add a space at the end of the string inside the quotes, like this: "is ".
To navigate the page using the TAB key, first press ESC to exit the code editor.